discord py get user by id

42

user = bot.get_user(user_id)
user = await bot.fetch_user(payload.user_id)

Comments

Submit
0 Comments